TabStopIndexEntryType Enumeration

Represents the type of a tab stop.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum TabStopIndexEntryType

Members

Left0 Text is left aligned with a tab stop.
Right1 Text is right aligned with a tab stop.
None2 None.

See Also